org.eclipse.vtp.desktop.core.util
Class Geom

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.util.Geom

public class Geom
extends java.lang.Object

Version:
1.0
Author:
Trip

Nested Class Summary
 class Geom.Point3D
           
 
Constructor Summary
Geom()
           
 
Method Summary
static float DistancePointLine(Geom.Point3D point, Geom.Point3D lineStart, Geom.Point3D lineEnd)
           
static Geom.Point3D newPoint3D(float x, float y, float z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geom

public Geom()
Method Detail

DistancePointLine

public static float DistancePointLine(Geom.Point3D point,
                                      Geom.Point3D lineStart,
                                      Geom.Point3D lineEnd)

newPoint3D

public static Geom.Point3D newPoint3D(float x,
                                      float y,
                                      float z)